Make GtkTreeView explicitly focus the first cell in the first column when grabbing...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 10 Dec 2010 07:22:06 +0000 (16:22 +0900)
committerKristian Rietveld <kris@gtk.org>
Sun, 12 Dec 2010 16:21:28 +0000 (17:21 +0100)
commit2e1e97305f9a917315a22b103d3b5374aefaeaae
treee06339ad29a88c20e013571976bcdedb7ff28e7d
parent31226ebfb220a9b0419c1cc98b5238ec203c8a9e
Make GtkTreeView explicitly focus the first cell in the first column when grabbing focus

When focus is initially grabbed and there is no focus column, when selecting
the first column for focus, further explicitly focus into the first cell
using gtk_cell_area_focus().
gtk/gtktreeview.c